home *** CD-ROM | disk | FTP | other *** search
Makefile | 1993-05-16 | 676 b | 36 lines |
- /*
- * $XConsortium: Imakefile,v 1.13 91/04/15 17:58:26 rws Exp $
- *
- * This is used to recreate imake. Makefile.ini is used to generate imake
- * the first time.
- */
-
- DEPLIBS =
- HEADERS = imakemdep.h
- CFFILES = $(HEADERS) *.rules *.tmpl site.def *.bac *.cf
- CPP_PROGRAM = CppCmd
- INCLUDES = -I$(BUILDINCDIR)
- DEFINES = $(SIGNAL_DEFINES) $(BOOTSTRAPCFLAGS) -DCPP_PROGRAM=\"$(CPP_PROGRAM)\"
-
- all:: imake fansi
-
- #undef ImakeDependency
- #define ImakeDependency(dummy) @@\
- Makefile:: imake
-
- SRCS1=imake.c
- OBJS1=$(SRCS1:.c=.o)
-
- SRCS2=fansi.c
- OBJS2=$(SRCS2:.c=.o)
-
- PROGRAMS=imake fansi
-
- ComplexProgramTarget_1(imake,,)
- ComplexProgramTarget_2(fansi,,)
-
- depend::
-
- clean::
- $(RM) ccimake
-